matplotlib doesnt plot [matplotlib.lines.Line2D at 0x7f3543b113a0]

53

In [9]: from pylab import *

In [10]: plot([1,2,3,4])
Out[10]: [<matplotlib.lines.Line2D at 0x123245290>]

In [11]: show()

Comments

Submit
0 Comments